decomposed Petri nets - definição. O que é decomposed Petri nets. Significado, conceito
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

O que (quem) é decomposed Petri nets - definição

Colored Petri net; Colored Petri Net; Coloured Petri Net; Coloured Petri nets; Colored Petri nets

Algebraic Petri net         
KIND OF PETRI NET IN COMPUTER SCIENCE
Algebraic Petri nets
An algebraic Petri net (APN) is an evolution of the well known Petri net in which elements of user defined data types (called algebraic abstract data types (AADT)Ehrig, H. and Mahr, B.
Petri dish         
  • A Petri dish with [[bacteria]]l colonies on an [[agar]]-based [[growth medium]]
  • Petri dish at the [[Pacific Northwest National Laboratory]]
SHALLOW DISH ON WHICH BIOLOGICAL CULTURES MAY BE GROWN AND/OR VIEWED
Petri-dish; Petri plate; Petri Dish; Petree dish; Peetree dish; Petri dishes; Petri-dishes; Petri-dishs; Petri dishs; Petrie dish; Petry dish; Culture dish; Petridish; 🧫; Peach tree dish
A Petri dish (alternatively known as a Petri plate or cell-culture dish) is a shallow transparent lidded dish that biologists use to hold growth medium in which cells can be cultured,R. C.
Stochastic Petri net         
Stochastic Petri nets are a form of Petri net where the transitions fire after a probabilistic delay determined by a random variable.

Wikipédia

Coloured Petri net

Coloured Petri nets are a backward compatible extension of the mathematical concept of Petri nets.

Coloured Petri nets preserve useful properties of Petri nets and at the same time extend the initial formalism to allow the distinction between tokens.

Coloured Petri nets allow tokens to have a data value attached to them. This attached data value is called the token color. Although the color can be of arbitrarily complex type, places in coloured Petri nets usually contain tokens of one type. This type is called the color set of the place.

Definition 1. A net is a tuple N = (P, T, A, Σ, C, N, E, G, I ) where:

  • P is a set of places.
  • T is a set of transitions.
  • A is a set of arcs

In coloured Petri nets, sets of places, transitions and arcs are pairwise disjoint PT = PA = TA = ∅

  • Σ is a set of color sets. This set contains all possible colors, operations and functions used within the coloured Petri net.
  • C is a color function. It maps places in P into colors in Σ.
  • N is a node function. It maps A into (P × T) ∪ (T × P).
  • E is an arc expression function. It maps each arc aA into the expression e. The input and output types of the arc expressions must correspond to the type of the nodes the arc is connected to.

Use of node function and arc expression function allows multiple arcs connect the same pair of nodes with different arc expressions.

  • G is a guard function. It maps each transition tT to a guard expression g. The output of the guard expression should evaluate to a Boolean value (true or false). If false, t cannot be fired.
  • I is an initialization function. It maps each place p into an initialization expression i. The initialization expression must evaluate to multiset of tokens with a color corresponding to the color of the place C(p).

A well-known program for working with coloured Petri nets is cpntools.